home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1987 Bellcore
- * All Rights Reserved
- * Permission is granted to copy or use this program, EXCEPT that it
- * may not be sold for profit, the copyright notice must be reproduced
- * on copies, and credit should be given to Bellcore where it is due.
- * BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
- */
- /* $Header: debug_flags.c,v 1.1 89/03/17 08:21:01 sau Exp $
- $Source: /m1/mgr.new/src/RCS/debug_flags.c,v $
- */
- static char RCSid_[] = "$Source: /m1/mgr.new/src/RCS/debug_flags.c,v $$Revision: 1.1 $";
-
- /* Debug flags (the duplicates are unfortunate) */
-
- char *debug_flags[] = {
- "* fetching and saving bitmaps",
- "A Window alignment",
- "B creating and destroying bitmaps",
- "B setting bit-blit functions",
- "B button transitions",
- "C Cut/paste info",
- "E setting and clearing window modes",
- "F Calls to fastscroll",
- "M menu downloads",
- "N creating/destroying client windows",
- "P Pushing/popping environments",
- "l Select polling",
- "S Startup file operation",
- "U obscured window updates",
- "b keyboard meta-key operation",
- "c message events",
- "d window destruction",
- "e event handling",
- "f font management",
- "i requests for info",
- "m menu calling",
- "n new window creation",
- "o spacial window ordering/covering",
- "p data read from program destined for a window",
- "s shell creation",
- "u window space de-allocation",
- "w calls to put_window",
- "y yank/put buffer operation",
- "y saving bitmaps to files",
- (char *) 0
- };
-